SingleNINumericSingleNDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Divide(
SingleN value
)
Private Function Divide (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).Divide
private:
virtual SingleN Divide(
SingleN value
) sealed = INumeric<SingleN>::Divide
private abstract Divide :
value : SingleN -> SingleN
private override Divide :
value : SingleN -> SingleN
- value SingleN
- The value as the divisor.
SingleNThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)